home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Add-On's (Tournament Edition) / Cybercore Publishing - Ultimate Add-on's Tournament Edition.iso / tools / heretic / deep / deep.ini < prev    next >
Text File  |  1995-01-28  |  5KB  |  119 lines

  1. * --------------------------------------------------------------------------
  2. *   Default DeeP.INI configuration file  shareware
  3. *
  4. *   Register DeeP online on CompuServe (GO SWREG 4541)
  5. *   or send $20.00 to: (see ORDER.FRM)
  6. *
  7. *             Sensor Based Systems, Inc.
  8. *             17010 NE 190th St
  9. *             Woodinville, WA 98072
  10. *             (206) 827-8794
  11. *
  12. *             75454.773@COMPUSERVE.COM         
  13. *             jackv56036@AOL.com
  14. *
  15. *
  16. *   Comment lines start with / ; * or # (so you choose)
  17. *   All lines with comments do nothing (like this file is now).
  18. *   Customize this file to suit your needs.
  19. *
  20. *   If you have not Registered DOOM, you cannot save any levels.
  21. *
  22. *   If you have not Registered DeeP, you can only edit 1 PWAD if you save
  23. *   using different names and 2 PWADS if the save name stays the same.
  24. *
  25. * --------------------------------------------------------------------------
  26. * DeeP can be installed in any directory. We recommend that you install
  27. * DeeP in its own DEEP directory, to separate your work.
  28.  
  29. * The only reason you might change the different DOOMx.WAD name options
  30. * is to support both DOOM and DOOM II and separate your work levels.
  31.  
  32. * Create a DeeP.INI file (this file) for each version of DOOM and create
  33. * a batch file for each.
  34.  
  35. *  Sample batch file for testing DOOM only (as simple as it gets):
  36.  
  37. ** ------start of file------
  38. **  cd\deep
  39. **  deep -config deep1.ini             << file with DOOM stuff
  40. ** ------end of file -------
  41.  
  42. **  Sample batch file for testing DOOM II only:
  43.  
  44. ** ------start of file------
  45. **  cd\deep
  46. **  deep -config deep2.ini             << file with DOOM II stuff
  47. ** ------end of file -------
  48.  
  49. ** ----------------------------------------------------------------------
  50.  
  51. ** Name of the main wad file.  This file sets support for DOOM or DOOM II.
  52. ** Uncomment and Select only -ONE- of these at a time, not both.
  53. ** Uncomment means removing the # in front of main.
  54.  
  55. #main = C:\doom2\doom2.wad          ** typical DOOM II
  56. #main = C:\doom\doom.wad            ** typical DOOM
  57.  
  58. ** Name of the default directory for reading PWAD files.
  59.  
  60. #patch= C:\DOOM2\PWADs              ** name of default directory
  61.  
  62. #help= C:\DOOM2\DeeP.hlp            ** name of the help file 
  63.  
  64. ** Use this to change the default video mode if you have a new SuperVGA driver.
  65. ** VESA.BGI is the default driver for VESA boards with at least 512K memory.
  66. ** VGA256.BGI is for VGA Picture displays, don't use directly ( 320x200x256 resolution)
  67.  
  68. **  Try bgi = VGAONLY if the default VESA does not work (incompatible video BIOS).
  69. **  If an error occurs initializing the VESA driver,
  70. **  the Program switches to VGA mode automatically.
  71. **
  72. **  VGA mode automatically uses fakecursor, since VGA doesn't erase
  73. **  the mouse correctly (sorry, it's the driver).
  74.  
  75. **  In VGA mode, the map displays ok, but the colors for the pictures do not.
  76. **  For the texture displays, the VGA256 driver is automatically selected.
  77. **  The pictures take up the whole screen and the white
  78. **  spots are missing colors for this mode.
  79.  
  80. #bgi  = VESA      (video=2)    ** default, for your information, do not enter
  81. #bgi  = IBM8514   (video=0)    ** for IBM only 8514 only
  82. #bgi  = EGAVGA    (video=?)    ** EGA last resort? should not use.
  83.  
  84. #bgi  = VGAONLY                ** If you have VGA only or not VESA, try this!
  85.  
  86. ** video resolution values (for VESA only)
  87.  
  88. #video= 0                      ** 320x200x256           (256kb video, looks ugly)
  89. #video= 1                      ** 640x480x256           (512kb video, alternate?)
  90. #video= 2                      ** 640x480x256 (default) (512kb video)
  91. #video= 3                      ** 800x600x256           (512kb video)
  92. #video= 4                      ** 1024x768x256          (1mb video reqd)
  93.  
  94. **     Set the cursor option when: **
  95. ** 1.  You have an old mouse driver? and you don't see the cursor
  96. ** 2.  You are using VGA (the driver doesn't erase correctly, sorry, not me)
  97. ** 3.  You don't have a mouse at all (should switch by itself to fakecursor)
  98.  
  99. #fakecursor= true    ** make a cross hair cursor (no mouse is used* old mouse drvr/vesa not working)
  100. #fakemouse = true    ** make a mouse type cursor (no mouse is used/ old mouse drvr)
  101.  
  102. **-------------------------------------------------------------------------
  103. *          ┌─────────────────────────────────────────┐
  104. *          │    (c) 1995 Sensor Based Systems, Inc.  │
  105. *          │        DoomEnhancedEditorProgram        │
  106. *          │  █████████                   █████████  │
  107. *          │   ██     █                    ██     █  │
  108. *          │   ██     █                    ██     █  │
  109. *          │   ██     █                    ██     █  │
  110. *          │   ██     █  ███████  ███████  ████████  │
  111. *          │   ██     █  ██       ██       ██        │
  112. *          │   ██     █  █████    █████    ██        │
  113. *          │   ██     █  ██       ██       ██        │
  114. *          │  █████████  ███████  ███████  ██ tm     │
  115. *          │                                         │
  116. *          └─────────────────────────────────────────┘
  117. *
  118. **--------------------------end of DeeP.ini ------------------------------
  119.